home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-08-18 | 1.9 KB | 105 lines |
- #-------------------------------------------------------------------
- #
- # ioC.ini --- This file is used by "adduser.nsi", one of the NSIS scripts
- # used to create the Windows installer for POPFile. This file
- # defines the layout of the custom page which offers to start
- # POPFile.
- #
- # Copyright (c) 2003-2004 John Graham-Cumming
- #
- # This file is part of POPFile
- #
- # POPFile is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2 of the License, or
- # (at your option) any later version.
- #
- # POPFile is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with POPFile; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- #
- #-------------------------------------------------------------------
-
- [Settings]
- NumFields=8
- BackEnabled=0
- CancelEnabled=0
-
- [Field 1]
- Type=GroupBox
- Text=
- Left=0
- Right=300
- Top=0
- Bottom=70
-
- [Field 2]
- Type=RadioButton
- Text=
- Left=5
- Right=298
- Top=10
- Bottom=26
- Flags=Group
- State=0
-
- [Field 3]
- Type=RadioButton
- Text=
- Left=5
- Right=298
- Top=30
- Bottom=46
- State=0
-
- [Field 4]
- Type=RadioButton
- Text=
- Left=5
- Right=298
- Top=50
- Bottom=66
- State=1
-
- [Field 5]
- Type=GroupBox
- Text=
- Left=0
- Right=300
- Top=75
- Bottom=139
- Flags=Group
-
- [Field 6]
- Type=Label
- Text=
- Left=5
- Right=298
- Top=85
- Bottom=101
-
- [Field 7]
- Type=Label
- Text=
- Left=5
- Right=298
- Top=103
- Bottom=119
-
- [Field 8]
- Type=Label
- Text=
- Left=5
- Right=298
- Top=121
- Bottom=137
-
- #--------------------
- # End of ioC.ini
- #--------------------
-